projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f706da
)
(read-input-method-name): Show more appropriate error message.
author
Kenichi Handa
<handa@m17n.org>
Fri, 25 Jul 1997 08:06:19 +0000
(08:06 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Fri, 25 Jul 1997 08:06:19 +0000
(08:06 +0000)
lisp/international/mule-cmds.el
patch
|
blob
|
history
diff --git
a/lisp/international/mule-cmds.el
b/lisp/international/mule-cmds.el
index 6a1b7f8b0e88f82ca70e219b05801acc6699920d..09726a2c5ae682fadc062979949d5dbfe6015350 100644
(file)
--- a/
lisp/international/mule-cmds.el
+++ b/
lisp/international/mule-cmds.el
@@
-415,7
+415,7
@@
If INHIBIT-NULL is non-nil, null input signals an error."
(if (> (length input-method) 0)
input-method
(if inhibit-null
- (error "
The specified input method is not available
")))))
+ (error "
No valid input method is specified
")))))
;; Actvate INPUT-METHOD.
(defun activate-input-method (input-method)